Click or drag to resize

JsonNumber Constructor (Single)

Initializes a new instance of the JsonNumber class

Namespace:  Independentsoft.Json.Parser
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public JsonNumber(
	float value
)

Parameters

value
Type: SystemSingle
See Also